home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 1.1 KB | 50 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = MonsterShelf
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = CookieMonster.tiff
- LOCAL_RESOURCES = Info.nib MonsterShelf.nib Preferences.nib
-
- GLOBAL_RESOURCES = CookieMonster.tiff hilite.tiff MonsterInfo.tiff\
- OpenHighlight.tiff
-
- CLASSES = Controller.m IconDragView.m IconView.m ShelfView.m
-
- HFILES = Controller.h IconDragView.h IconView.h ShelfView.h
-
- MFILES = MonsterShelf_main.m
-
- PSWFILES = compositeBackground.psw
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app CookieMonster.tiff
-
- LIBS = -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-